Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ConfigSwift] Fix client_app / cocoapods CI from #11769 #11766

Closed
wants to merge 2 commits into from

Conversation

ncooke3
Copy link
Member

@ncooke3 ncooke3 commented Aug 31, 2023

In #11769, the recent changes to merge the ConfigSwift SDK into the Config SDK were reverted while the API proposal awaits approval. One pair of PRs I didn't revert were #11734 & #11741, which set up a CocoaPods version of the previously existing spm / client_app workflow. In the revert PR (#11769), the client_app / cocoapods failed. I merged the PR thinking it could have been a tagging issue, but the workflow is still failing on master. I was able to reproduce the error locally but am unsure what's going on. So, I checked out last release's tag, and cherry-picked in the changes to add the CocoaPods test app. I was able to get the same failure. So despite the failure involving RCSwift, it doesn't seem to be related to all the changes/reverts I've made with regard to RCSwift. Adding FirebaseCore in the RCSwift podspec fixes this. Like I said, I was only able to reproduce in the app used by the workflow, and since RCSwift will be changed in a way where this error won't happen in M138, I'm proposing this change to fix CI ahead of M137.

Seems to be related to this file importing FirebaseCore but the podspec not depending on FirebaseCore: https://github.com/firebase/firebase-ios-sdk/blob/10.14.0/FirebaseRemoteConfigSwift/Sources/PropertyWrapper/RemoteConfigValueObservable.swift#L18

#no-changelog

@ncooke3 ncooke3 closed this Sep 1, 2023
@ncooke3 ncooke3 reopened this Sep 1, 2023
@ncooke3 ncooke3 force-pushed the nc/broaden-ci-trigger branch from dd71782 to 4699038 Compare September 1, 2023 20:25
@@ -3,6 +3,7 @@ name: client_app
on:
pull_request:
paths:
- "Firebase*"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert before merging.

@ncooke3 ncooke3 changed the title [Infra] Broader trigger for 'client_app.yml' workflow [ConfigSwift] Fix client_app / cocoapods CI from #11769 Sep 1, 2023
@ncooke3 ncooke3 mentioned this pull request Sep 3, 2023
@ncooke3 ncooke3 closed this Sep 5, 2023
@firebase firebase locked and limited conversation to collaborators Oct 6, 2023
@ncooke3 ncooke3 deleted the nc/broaden-ci-trigger branch December 19, 2023 16:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants